Instrument a copy of the current project
Check this option if you do not wish to alter the original source code.
Instrument the current project
This option is only available to Protector plans, when in the VB IDE.
Check this option if, for some reasons, you want to instrument the original project.
After the modifications, there will still be a way to get your original project back with the Remove Protector Code menu, but please note that some minor changes won't be reversed. These changes do not corrupt the logic of your application:
some line continuation characters may be removed.
"If <code> Then <code>" may be split to:
If <code> Then
<code>
End If
lines with more than one instruction separated by ":" may be split too.